home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / glowdrm.dir / 00071_Script_71 < prev    next >
Text File  |  1994-11-29  |  345b  |  19 lines

  1. on exitFrame
  2.   global CM4SC1M1
  3.   
  4.   
  5.   if the movieTime of sprite 4= CM4SC1M1 then
  6.     go to the frame + 1
  7.   else
  8.     go to frame the frame
  9.   end if
  10.   
  11. end
  12.  
  13. on mousedown
  14.   set the movieRate of sprite 4 to 0
  15.   updateStage -- just to make sure it's stopped
  16.   -- completely exit council area
  17.   go to frame "glowend"
  18. end mousedown
  19.